home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 48
/
Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso
/
Aminet
/
util
/
sys
/
Mu680x0Libs.lha
/
Mu680x0Libs
/
Include
/
pragmas
/
68060_pragmas.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
2001-03-30
|
412 b
|
16 lines
#ifndef _INCLUDE_PRAGMA_68060_LIB_H
#define _INCLUDE_PRAGMA_68060_LIB_H
#ifndef CLIB_68060_PROTOS_H
#include <clib/68060_protos.h>
#endif
#if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
#pragma amicall(MC68060Base,0x0DE,FPUControl(d0,d1))
#endif
#if defined(_DCC) || defined(__SASC)
#pragma libcall MC68060Base FPUControl 0DE 1002
#endif
#endif /* _INCLUDE_PRAGMA_68060_LIB_H */